home *** CD-ROM | disk | FTP | other *** search
/ Washington DC / Washington DC 100 Photos & Screensaver.iso / pc / mainmenu.dxr / 00007_Quicktime.ls < prev    next >
Encoding:
Text File  |  2000-04-19  |  189 b   |  10 lines

  1. on mouseDown
  2.   sound stop 2
  3.   set apppath to mappLocateExecutable("c:\program files\quicktime\QuickTimePlayer.exe")
  4.   if apppath = "Error: 2" then
  5.     go(35)
  6.   else
  7.     go(30)
  8.   end if
  9. end
  10.